home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / grafik / slide.exe / DemoSlide.exe / 0 / RCDATA / TFORM4 / TFORM4.txt < prev   
Text File  |  1998-06-20  |  3KB  |  126 lines

  1. object Form4: TForm4
  2.   Left = 224
  3.   Top = 149
  4.   BorderStyle = bsDialog
  5.   Caption = 'About...'
  6.   ClientHeight = 285
  7.   ClientWidth = 370
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 2
  18.     Top = 2
  19.     Width = 365
  20.     Height = 281
  21.     BevelInner = bvLowered
  22.     BorderWidth = 3
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 33
  26.       Top = 18
  27.       Width = 166
  28.       Height = 30
  29.       Caption = 'DemoSlide 1.0'
  30.       Font.Charset = ANSI_CHARSET
  31.       Font.Color = clWindowText
  32.       Font.Height = -27
  33.       Font.Name = 'Garamond'
  34.       Font.Style = [fsBold]
  35.       ParentFont = False
  36.     end
  37.     object Label2: TLabel
  38.       Left = 67
  39.       Top = 68
  40.       Width = 88
  41.       Height = 21
  42.       Caption = 'Written By'
  43.       Font.Charset = ANSI_CHARSET
  44.       Font.Color = clWindowText
  45.       Font.Height = -19
  46.       Font.Name = 'Garamond'
  47.       Font.Style = [fsBold]
  48.       ParentFont = False
  49.     end
  50.     object Label3: TLabel
  51.       Left = 49
  52.       Top = 102
  53.       Width = 133
  54.       Height = 24
  55.       Caption = 'Ole Gabrielsen'
  56.       Font.Charset = ANSI_CHARSET
  57.       Font.Color = clWindowText
  58.       Font.Height = -21
  59.       Font.Name = 'Garamond'
  60.       Font.Style = [fsBold]
  61.       ParentFont = False
  62.     end
  63.     object Label4: TLabel
  64.       Left = 102
  65.       Top = 138
  66.       Width = 28
  67.       Height = 20
  68.       Caption = 'For'
  69.       Font.Charset = DEFAULT_CHARSET
  70.       Font.Color = clWindowText
  71.       Font.Height = -16
  72.       Font.Name = 'MS Sans Serif'
  73.       Font.Style = [fsBold]
  74.       ParentFont = False
  75.     end
  76.     object Image1: TImage
  77.       Left = 20
  78.       Top = 182
  79.       Width = 208
  80.       Height = 57
  81.       AutoSize = True
  82.       Picture.Data = {<image000.bmp>}
  83.     end
  84.     object Label5: TLabel
  85.       Left = 66
  86.       Top = 250
  87.       Width = 118
  88.       Height = 13
  89.       Caption = 'www.DivineSoft.com'
  90.       Font.Charset = DEFAULT_CHARSET
  91.       Font.Color = clWindowText
  92.       Font.Height = -11
  93.       Font.Name = 'MS Sans Serif'
  94.       Font.Style = [fsBold]
  95.       ParentFont = False
  96.     end
  97.     object Button1: TButton
  98.       Left = 260
  99.       Top = 14
  100.       Width = 75
  101.       Height = 25
  102.       Caption = 'Order'
  103.       TabOrder = 0
  104.       OnClick = Button1Click
  105.     end
  106.     object Button2: TButton
  107.       Left = 260
  108.       Top = 60
  109.       Width = 75
  110.       Height = 25
  111.       Caption = 'Register'
  112.       TabOrder = 1
  113.       OnClick = Button2Click
  114.     end
  115.     object Button3: TButton
  116.       Left = 260
  117.       Top = 238
  118.       Width = 75
  119.       Height = 25
  120.       Caption = 'Close'
  121.       TabOrder = 2
  122.       OnClick = Button3Click
  123.     end
  124.   end
  125. end
  126.